Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating World #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updating World #373

wants to merge 1 commit into from

Conversation

langmaninternet
Copy link

+ Fix FFT functions ( ref mmorise/World@7a474fa)
+Update random and add reseed the pseudo-random number generator each time  extract f0, sp, ap (ref mmorise/World@9a26692 )
+ Add sample rate parameter to  function InitializeCheapTrickOption  to same with new world version . (This allow this code compatible with some wrapper for world .
 Example : https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder )
g_randn_x = g_randn_y;
g_randn_y = g_randn_z;
g_randn_z = g_randn_w;
g_randn_w = (g_randn_w ^ (g_randn_w >> 19)) ^ (t ^ (t >> 8));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not match with mmorise's commit, is there a reason?
mmorise/World@9a26692#diff-187e775cb821482add4032722c5e716aR262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants